home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 141
/
(Vol 141) Oct 17 2011.iso
/
Games
/
fire-man.swf
/
scripts
/
frame_451
/
PlaceObject2_113_25
/
CLIPACTIONRECORD onClipEvent(keyDown).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-10-17
|
331 b
|
19 lines
onClipEvent(keyDown){
function parse(clave)
{
for(i in cheatlist)
{
if(clave == cheatlist[i])
{
read = false;
s.start();
}
}
}
if(read)
{
_root.cheat += String.fromCharCode(Key.getAscii());
parse(_root.cheat);
}
}